body {
background-color: #adca88;
background-image: url(../../../backgrounds/cloudy.gif);
background-attachment: fixed;
background-repeat: repeat;
background-attachment: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 250px;
    text-align: center;
}

.container {
    display: grid;
    grid-template-columns: 150px 450px 250px;
    grid-template-rows: 10px 270px 10px;
    margin: auto;
    width: 750px;
    height: 350px;
    color: #440810;
    font-family: Tahoma, sans-serif;
}

.container div.under-construction {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    display: blo;
    justify-content: center;
    align-items: center;
    text-align: center;
}

p.text {
    background-color: aliceblue;
    font-size: large;
    padding: 10px;
}
